SproutCMS

This is the code documentation for the SproutCMS project

namespace Sprout\Helpers\Drivers\Session

Classes

Cache

Session cache driver.

Cache library config goes in the session.storage config entry:
$config['storage'] = array(
    'driver' => 'apc',
    'requests' => 10000
);
Lifetime does not need to be set as it is
overridden by the session expiration setting.

Database

Session database driver.